1 namespace QuanLyNhanSu
2 {
3     
partial class frmDMChucVu
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmDMChucVu));
32             
this.groupBox1 = new System.Windows.Forms.GroupBox();
33             
this.cmdthoat = new System.Windows.Forms.Button();
34             
this.cmdluu = new System.Windows.Forms.Button();
35             
this.cmdxoa = new System.Windows.Forms.Button();
36             
this.cmdcapnhat = new System.Windows.Forms.Button();
37             
this.cmdthem = new System.Windows.Forms.Button();
38             
this.panel1 = new System.Windows.Forms.Panel();
39             
this.dgv_DMChucVu = new Telerik.WinControls.UI.RadGridView();
40             
this.label4 = new System.Windows.Forms.Label();
41             
this.txtphucap = new System.Windows.Forms.TextBox();
42             
this.txttenchucvu = new System.Windows.Forms.TextBox();
43             
this.label2 = new System.Windows.Forms.Label();
44             
this.txtmachucvu = new System.Windows.Forms.TextBox();
45             
this.label3 = new System.Windows.Forms.Label();
46             
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
47             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
48             
this.radThemeManager1 = new Telerik.WinControls.RadThemeManager();
49             
this.groupBox1.SuspendLayout();
50             
this.panel1.SuspendLayout();
51             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMChucVu)).BeginInit();
52             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMChucVu.MasterGridViewTemplate)).BeginInit();
53             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).BeginInit();
54             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
55             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
56             
this.SuspendLayout();
57             
//
58             
// groupBox1
59             
//
60             
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
61             
this.groupBox1.Controls.Add(this.cmdthoat);
62             
this.groupBox1.Controls.Add(this.cmdluu);
63             
this.groupBox1.Controls.Add(this.cmdxoa);
64             
this.groupBox1.Controls.Add(this.cmdcapnhat);
65             
this.groupBox1.Controls.Add(this.cmdthem);
66             
this.groupBox1.Location = new System.Drawing.Point(416, 85);
67             
this.groupBox1.Name = "groupBox1";
68             
this.groupBox1.Size = new System.Drawing.Size(82, 283);
69             
this.groupBox1.TabIndex = 16;
70             
this.groupBox1.TabStop = false;
71             
//
72             
// cmdthoat
73             
//
74             
this.cmdthoat.Anchor = System.Windows.Forms.AnchorStyles.None;
75             
this.cmdthoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76             
this.cmdthoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdthoat.Image")));
77             
this.cmdthoat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
78             
this.cmdthoat.Location = new System.Drawing.Point(5, 214);
79             
this.cmdthoat.Name = "cmdthoat";
80             
this.cmdthoat.Size = new System.Drawing.Size(73, 30);
81             
this.cmdthoat.TabIndex = 9;
82             
this.cmdthoat.Text = "Thoát";
83             
this.cmdthoat.UseVisualStyleBackColor = true;
84             
this.cmdthoat.Click += new System.EventHandler(this.cmdthoat_Click);
85             
//
86             
// cmdluu
87             
//
88             
this.cmdluu.Anchor = System.Windows.Forms.AnchorStyles.None;
89             
this.cmdluu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
90             
this.cmdluu.Image = ((System.Drawing.Image)(resources.GetObject("cmdluu.Image")));
91             
this.cmdluu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
92             
this.cmdluu.Location = new System.Drawing.Point(5, 170);
93             
this.cmdluu.Name = "cmdluu";
94             
this.cmdluu.Size = new System.Drawing.Size(73, 30);
95             
this.cmdluu.TabIndex = 8;
96             
this.cmdluu.Text = "Lưu";
97             
this.cmdluu.UseVisualStyleBackColor = true;
98             
this.cmdluu.Click += new System.EventHandler(this.cmdluu_Click);
99             
//
100             
// cmdxoa
101             
//
102             
this.cmdxoa.Anchor = System.Windows.Forms.AnchorStyles.None;
103             
this.cmdxoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104             
this.cmdxoa.Image = ((System.Drawing.Image)(resources.GetObject("cmdxoa.Image")));
105             
this.cmdxoa.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
106             
this.cmdxoa.Location = new System.Drawing.Point(5, 126);
107             
this.cmdxoa.Name = "cmdxoa";
108             
this.cmdxoa.Size = new System.Drawing.Size(73, 30);
109             
this.cmdxoa.TabIndex = 7;
110             
this.cmdxoa.Text = "Xóa";
111             
this.cmdxoa.UseVisualStyleBackColor = true;
112             
this.cmdxoa.Click += new System.EventHandler(this.cmdxoa_Click);
113             
//
114             
// cmdcapnhat
115             
//
116             
this.cmdcapnhat.Anchor = System.Windows.Forms.AnchorStyles.None;
117             
this.cmdcapnhat.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.cmdcapnhat.Image = ((System.Drawing.Image)(resources.GetObject("cmdcapnhat.Image")));
119             
this.cmdcapnhat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
120             
this.cmdcapnhat.Location = new System.Drawing.Point(5, 82);
121             
this.cmdcapnhat.Name = "cmdcapnhat";
122             
this.cmdcapnhat.Size = new System.Drawing.Size(73, 30);
123             
this.cmdcapnhat.TabIndex = 6;
124             
this.cmdcapnhat.Text = "Sửa";
125             
this.cmdcapnhat.UseVisualStyleBackColor = true;
126             
this.cmdcapnhat.Click += new System.EventHandler(this.cmdcapnhat_Click);
127             
//
128             
// cmdthem
129             
//
130             
this.cmdthem.Anchor = System.Windows.Forms.AnchorStyles.None;
131             
this.cmdthem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132             
this.cmdthem.Image = ((System.Drawing.Image)(resources.GetObject("cmdthem.Image")));
133             
this.cmdthem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
134             
this.cmdthem.Location = new System.Drawing.Point(5, 38);
135             
this.cmdthem.Name = "cmdthem";
136             
this.cmdthem.Size = new System.Drawing.Size(73, 30);
137             
this.cmdthem.TabIndex = 5;
138             
this.cmdthem.Text = "Thêm";
139             
this.cmdthem.UseVisualStyleBackColor = true;
140             
this.cmdthem.Click += new System.EventHandler(this.cmdthem_Click);
141             
//
142             
// panel1
143             
//
144             
this.panel1.BackColor = System.Drawing.Color.AliceBlue;
145             
this.panel1.Controls.Add(this.dgv_DMChucVu);
146             
this.panel1.Controls.Add(this.label4);
147             
this.panel1.Controls.Add(this.txtphucap);
148             
this.panel1.Controls.Add(this.txttenchucvu);
149             
this.panel1.Controls.Add(this.label2);
150             
this.panel1.Controls.Add(this.txtmachucvu);
151             
this.panel1.Controls.Add(this.label3);
152             
this.panel1.Location = new System.Drawing.Point(12, 91);
153             
this.panel1.Name = "panel1";
154             
this.panel1.Size = new System.Drawing.Size(398, 277);
155             
this.panel1.TabIndex = 15;
156             
//
157             
// dgv_DMChucVu
158             
//
159             
this.dgv_DMChucVu.Location = new System.Drawing.Point(3, 102);
160             
//
161             
//
162             
//
163             
this.dgv_DMChucVu.MasterGridViewTemplate.AllowDragToGroup = false;
164             
this.dgv_DMChucVu.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
165             
this.dgv_DMChucVu.Name = "dgv_DMChucVu";
166             
this.dgv_DMChucVu.ReadOnly = true;
167             
this.dgv_DMChucVu.Size = new System.Drawing.Size(392, 172);
168             
this.dgv_DMChucVu.TabIndex = 4;
169             
//
170             
// label4
171             
//
172             
this.label4.AutoSize = true;
173             
this.label4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
174             
this.label4.Location = new System.Drawing.Point(12, 78);
175             
this.label4.Name = "label4";
176             
this.label4.Size = new System.Drawing.Size(53, 15);
177             
this.label4.TabIndex = 20;
178             
this.label4.Text = "Phụ Cấp";
179             
//
180             
// txtphucap
181             
//
182             
this.txtphucap.BackColor = System.Drawing.SystemColors.ControlLightLight;
183             
this.txtphucap.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
184             
this.txtphucap.Location = new System.Drawing.Point(151, 74);
185             
this.txtphucap.MaxLength = 8;
186             
this.txtphucap.Name = "txtphucap";
187             
this.txtphucap.ReadOnly = true;
188             
this.txtphucap.Size = new System.Drawing.Size(176, 22);
189             
this.txtphucap.TabIndex = 3;
190             
this.txtphucap.Tag = "";
191             
//
192             
// txttenchucvu
193             
//
194             
this.txttenchucvu.BackColor = System.Drawing.SystemColors.ControlLightLight;
195             
this.txttenchucvu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196             
this.txttenchucvu.Location = new System.Drawing.Point(151, 42);
197             
this.txttenchucvu.MaxLength = 50;
198             
this.txttenchucvu.Name = "txttenchucvu";
199             
this.txttenchucvu.ReadOnly = true;
200             
this.txttenchucvu.Size = new System.Drawing.Size(176, 22);
201             
this.txttenchucvu.TabIndex = 2;
202             
this.txttenchucvu.Tag = "";
203             
//
204             
// label2
205             
//
206             
this.label2.AutoSize = true;
207             
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
208             
this.label2.Location = new System.Drawing.Point(12, 46);
209             
this.label2.Name = "label2";
210             
this.label2.Size = new System.Drawing.Size(80, 15);
211             
this.label2.TabIndex = 18;
212             
this.label2.Text = "Tên Chức Vụ";
213             
//
214             
// txtmachucvu
215             
//
216             
this.txtmachucvu.BackColor = System.Drawing.SystemColors.ControlLightLight;
217             
this.txtmachucvu.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
218             
this.txtmachucvu.Location = new System.Drawing.Point(151, 11);
219             
this.txtmachucvu.MaxLength = 5;
220             
this.txtmachucvu.Name = "txtmachucvu";
221             
this.txtmachucvu.ReadOnly = true;
222             
this.txtmachucvu.Size = new System.Drawing.Size(176, 22);
223             
this.txtmachucvu.TabIndex = 1;
224             
this.txtmachucvu.Tag = "";
225             
//
226             
// label3
227             
//
228             
this.label3.AutoSize = true;
229             
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
230             
this.label3.Location = new System.Drawing.Point(12, 15);
231             
this.label3.Name = "label3";
232             
this.label3.Size = new System.Drawing.Size(76, 15);
233             
this.label3.TabIndex = 16;
234             
this.label3.Text = "Mã Chức Vụ";
235             
//
236             
// radLabel1
237             
//
238             
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
239             
this.radLabel1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
240             
this.radLabel1.ImageScalingSize = new System.Drawing.Size(1, 1);
241             
this.radLabel1.Location = new System.Drawing.Point(110, 30);
242             
this.radLabel1.Name = "radLabel1";
243             
this.radLabel1.Size = new System.Drawing.Size(236, 36);
244             
this.radLabel1.TabIndex = 17;
245             
this.radLabel1.Text = "Danh mục chức vụ";
246             
this.radLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
247             
//
248             
// pictureBox1
249             
//
250             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
251             
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
252             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.Asterisque1;
253             
this.pictureBox1.InitialImage = null;
254             
this.pictureBox1.Location = new System.Drawing.Point(15, 6);
255             
this.pictureBox1.Name = "pictureBox1";
256             
this.pictureBox1.Size = new System.Drawing.Size(89, 79);
257             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
258             
this.pictureBox1.TabIndex = 0;
259             
this.pictureBox1.TabStop = false;
260             
//
261             
// frmDMChucVu
262             
//
263             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
264             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
265             
this.ClientSize = new System.Drawing.Size(508, 376);
266             
this.Controls.Add(this.pictureBox1);
267             
this.Controls.Add(this.radLabel1);
268             
this.Controls.Add(this.groupBox1);
269             
this.Controls.Add(this.panel1);
270             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
271             
this.MaximizeBox = false;
272             
this.Name = "frmDMChucVu";
273             
this.Text = "Danh Mục Chức Vụ";
274             
this.ThemeName = "ControlDefault";
275             
this.Load += new System.EventHandler(this.frmDMChucVu_Load);
276             
this.groupBox1.ResumeLayout(false);
277             
this.panel1.ResumeLayout(false);
278             
this.panel1.PerformLayout();
279             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMChucVu.MasterGridViewTemplate)).EndInit();
280             ((System.ComponentModel.ISupportInitialize)(
this.dgv_DMChucVu)).EndInit();
281             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).EndInit();
282             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
283             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
284             
this.ResumeLayout(false);
285             
this.PerformLayout();
286
287         }
288
289         
#endregion
290
291         
private System.Windows.Forms.GroupBox groupBox1;
292         
private System.Windows.Forms.Button cmdthoat;
293         
private System.Windows.Forms.Button cmdluu;
294         
private System.Windows.Forms.Button cmdxoa;
295         
private System.Windows.Forms.Button cmdcapnhat;
296         
private System.Windows.Forms.Button cmdthem;
297         
private System.Windows.Forms.Panel panel1;
298         
private System.Windows.Forms.Label label4;
299         
private System.Windows.Forms.TextBox txtphucap;
300         
private System.Windows.Forms.TextBox txttenchucvu;
301         
private System.Windows.Forms.Label label2;
302         
private System.Windows.Forms.TextBox txtmachucvu;
303         
private System.Windows.Forms.Label label3;
304         
private Telerik.WinControls.UI.RadGridView dgv_DMChucVu;
305         
private Telerik.WinControls.UI.RadLabel radLabel1;
306         
private System.Windows.Forms.PictureBox pictureBox1;
307         
private Telerik.WinControls.RadThemeManager radThemeManager1;
308     }
309 }



Quản lý nhân sự công ty bằng c# _ full source code 60.439 lượt xem

Gõ tìm kiếm nhanh...